projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
606dfb6
)
Fix indentation in NEWS of cl-flet item
author
Theodor Thornhill
<theo@thornhill.no>
Fri, 21 Jan 2022 12:04:29 +0000
(13:04 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 21 Jan 2022 12:04:29 +0000
(13:04 +0100)
* etc/NEWS: Correct description of indentation of 'cl-flet' and
'cl-labels (bug#53410).
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index f8c563d10fc78e18315c1d24af27c40c451e7eae..4cf99490ce51c75c4d69243143a259f4876a25f1 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-345,7
+345,7
@@
are met. The conditions are given by the argument, which can be
These forms now indent like this:
(cl-flet ((bla (x)
- (* x x)))
+
(* x x)))
(bla 42))
This change also affects 'cl-macrolet', 'cl-flet*' and